home *** CD-ROM | disk | FTP | other *** search
- Path: news.edf.fr!cln46ib!didier
- From: didier@cln46ib (Didier BOLF)
- Newsgroups: comp.lang.c++
- Subject: To find the class of an object ??
- Date: 27 Feb 1996 17:22:46 GMT
- Organization: Direction des Etudes et Recherches EDF
- Message-ID: <4gvel6$4vg@cf01>
- NNTP-Posting-Host: cln46ib.der.edf.fr
- X-Newsreader: TIN [version 1.2 PL2]
-
-
- Hi,
-
- My problem:
-
- I have a class A and a class B. The class B inherit the class A.
- I have too: A tab[MAX];
- In tab, I put objets of class A or B.
-
- How compare two objects of tab to know if they are of the same class ??
- and which class they belong to ??
-
- Thanks to reply..
-
- Didier.
- Email: didier@cln46fw.der.edf.fr
-
-